翻訳と辞書
Words near each other
・ Software Sustainability Institute
・ Software synthesizer
・ Software system
・ Software system safety
・ Software taggant
・ Software technical review
・ Software Technology Parks of India
・ Software test documentation
・ Software testability
・ Software testing
・ Software Testing Automation Framework
・ Software testing controversies
・ Software testing life cycle
・ Software testing outsourcing
・ Software Testing, Verification & Reliability
Software token
・ Software transactional memory
・ Software Updater
・ Software Upgrade Protocol
・ Software used in the Personal Jukebox
・ Software verification
・ Software verification and validation
・ Software versioning
・ Software vision mixer
・ Software visualization
・ Software walkthrough
・ Software widget
・ Software-based Storage
・ Software-defined data center
・ Software-defined infrastructure


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Software token : ウィキペディア英語版
Software token
A software token is a type of two-factor authentication security device that may be used to authorize the use of computer services. Software tokens are stored on a general-purpose electronic device such as a desktop computer, laptop, PDA, or mobile phone and can be duplicated. This is in contrast to hardware tokens, where the credentials are stored on a dedicated hardware device and therefore cannot be duplicated (absent physical invasion of the device).
Because software tokens are something one is not physically in possession of, they are exposed to unique threats based on duplication of the underlying cryptographic material -- for example, computer viruses and software attacks. Both hardware and software tokens are vulnerable to bot-based man-in-the-middle attacks, or simple phishing attacks in which the one-time password provided by the token is solicited, and then supplied to the genuine website in a timely manner. Software tokens do have benefits: there is no physical token to carry, they do not contain batteries that will run out, and they are cheaper than hardware tokens. 〔SecurityPro News (Strong Authentication ) Retrieved on April 3, 2007〕
== Security architecture ==

There are two primary architectures for software tokens: Shared secret and public-key cryptography.
For a shared secret, an administrator will typically generate a configuration file for each end-user. The file will contain a username, a personal identification number, and the secret. This configuration file is given to the user.
The shared secret architecture is potentially vulnerable in a number of areas. The configuration file can be compromised if it is stolen and the token is copied. With time-based software tokens, it is possible to borrow an individual's PDA or laptop, set the clock forward, and generate codes that will be valid in the future. Any software token that uses shared secrets and stores the PIN alongside the shared secret in a software client can be stolen and subjected to offline attacks. Shared secret tokens can be difficult to distribute, since each token is essentially a different piece of software. Each user must receive a copy of the secret, which can create time constraints.
Some newer software tokens rely on public-key cryptography, or asymmetric cryptography. This architecture eliminates some of the traditional weaknesses of software tokens, but does not affect their primary weakness (ability to duplicate). A PIN can be stored on a remote authentication server instead of with the token client, making a stolen software token no good unless the PIN is known as well. However, in the case of a virus infection the cryptographic material can be duplicated and then the PIN can be captured (via keylogging or similar) the next time the user authenticates. If there are attempts made to guess the PIN, it can be detected and logged on the authentication server, which can disable the token. Using asymmetric cryptography also simplifies implementation, since the token client can generate its own key pair and exchange public keys with the server.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Software token」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.